@charset "gb2312";
/* CSS Document */

/* copyright start */
.copyright{ display:none; padding:1em 0em 1.5em; text-align:center;border-top:2px solid #2b4d8b; margin:1.5em 0 1em;background-color: #fff;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;font-size: 12px;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#2b4d8b; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33.333%; height:40px; border-right:1px #fff solid; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; background-color:#2b4d8b; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; text-align:center;  }
.last ul li a span { font-size:14px; font-weight:600;}
.last ul li:last-child{border-right:none}
.last ul li a img {display: inline-block;}
/* copyright end */

@media only screen and (max-width: 768px){
	.copyright,.last{ display:block;}
	.link-bg{display: none}
}